home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d26
/
grade252.arc
/
SELHD.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1989-09-28
|
326 b
|
20 lines
if %1==b goto a
if %1==c goto a
if %1==d goto a
if %1==e goto a
goto error
:a
del b
del c
del d
del e
copy drive %1
goto end
:error
REM HARD DISK DRIVE NOT SELECTED. DRIVE NAME MISSING.
rem *******use lower case letters only for selhd command******
goto n
:end
REM HARD DISK SELECTED TO BE DRIVE %1:
:n